home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- :begin
- if not exist 3demins.exe goto fout
- 3demins
- if errorlevel 1 goto einde
- if not exist 3-demon.exe goto fout
- hgcibm /e > nul
- 3-demon
- cls
- hgcibm /u > nul
- goto begin
- :fout
- echo Bestand niet gevonden
- pause
- :einde
- echo off
- cls
-